home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / generic window handlers.h < prev    next >
Text File  |  1995-02-08  |  719b  |  13 lines

  1. void GenericCopybits(WindowPtr theWindow, WindowPtr offscreenWindowPtr, Boolean active,
  2.     Boolean drawGrowIconLines);
  3. void GenericResizeControls(WindowPtr theWindow, short destOverload, short headerHeight,
  4.     Boolean isStyled);
  5. void GenericGetGrowSize(WindowPtr theWindow, Rect *sizeRect);
  6. void GenericIdleInWindow(WindowPtr theWindow, Point mouseLoc);
  7. Boolean GenericKeyPressedInWindow(WindowPtr theWindow, unsigned char theChar, Boolean isEditable,
  8.     Boolean isStyled);
  9. Boolean GenericMouseClickedInWindow(WindowPtr theWindow, Point thePoint, Boolean isEditable,
  10.     Boolean dynamicScroll, Boolean isStyled);
  11. void GenericActivate(WindowPtr theWindow, Boolean drawGrowIconLines);
  12. void GenericDeactivate(WindowPtr theWindow);
  13.